func github.com/klauspost/compress/zstd/internal/xxhash.consumeUint64

6 uses

	github.com/klauspost/compress/zstd/internal/xxhash (current package)
		xxhash.go#L185: 	b, d.v1 = consumeUint64(b)
		xxhash.go#L186: 	b, d.v2 = consumeUint64(b)
		xxhash.go#L187: 	b, d.v3 = consumeUint64(b)
		xxhash.go#L188: 	b, d.v4 = consumeUint64(b)
		xxhash.go#L189: 	b, d.total = consumeUint64(b)
		xxhash.go#L201: func consumeUint64(b []byte) ([]byte, uint64) {